(prompt "Wohin möchten Sie MicroBase installieren?")
(help "Eine Schublade für das Programm wird automatisch erstellt.")
(default "SYS:")
)
)
(set DestDir (expandpath DestDir))
(set @default-dest (tackon DestDir "MicroBase"))
(makedir @default-dest (infos))
(copyfiles
(source "dist")
(dest @default-dest)
(all)
(infos)
)
(copyfiles
(prompt "Kopiere CBSI")
(help "CBSI steht für 'Crossbones Systeminformation'.\n\nDieses Utility untersucht unter anderem:\n\n· Prozessor, Coprozessor\n· Grafikchipsatz\n· Betriebssystem\n· Geschwindigkeit des Computers\n· Datendurchsatz der Festplatte")
(source "cbsi")
(dest "C:")
(optional "nofail" "force")
(confirm)
)
(copylib
(prompt "Kopiere hbasic2.library")
(help "Diese Bibliotheksdatei wird lediglich von den dBase-Modulen benötigt.")
(source "hbasic2.library")
(dest "LIBS:")
(optional "nofail")
(confirm)
)
(copylib
(prompt "Kopiere rexxmathlib.library")
(help "Diese Bibliotheksdatei stellt für Berechnungsformeln und Skripte zusätzliche mathematische Funktionen zur Verfügung.")